home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_20.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  321 b   |  19 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gNeighborAnimateMan
  5.   if not done then
  6.     sendAllSprites(#sendToolBarCoverAway)
  7.     done = 1
  8.   end if
  9.   if not movieWaiting(gNeighborAnimateMan) then
  10.     go(the frame)
  11.   else
  12.     if ClearToPlayQT() then
  13.       go(the frame + 6)
  14.     else
  15.       go(the frame)
  16.     end if
  17.   end if
  18. end
  19.